home *** CD-ROM | disk | FTP | other *** search
/ ShareWare OnLine 2 / ShareWare OnLine Volume 2 (CMS Software)(1993).iso / util2 / zad10.zip / ZAD.DOC < prev    next >
Text File  |  1993-02-14  |  4KB  |  106 lines

  1.  
  2.                         Zip A Directory 1.0
  3.                 Copyright (c) 1993  Gregory Sherman
  4.  
  5.  
  6.                               E-MAIL
  7.  
  8.            Send questions and comments via Internet to:
  9.              Gregory.Sherman@f129.n102.z1.fidonet.org
  10.  
  11.                              or call
  12.  
  13.                  The Source BBS (310)371-3737
  14.                     USR DS 14.4k v.32bis
  15.                 latest version in File Area 1
  16.        leave message for Gregory Sherman in Conference 0
  17.  
  18.  
  19.                             DISTRIBUTION
  20.  
  21.      This program is shareware.  You can upload it to BBSs, give copies
  22.      to friends, etc.  Please include this file, ZADREG.FRM, FILE_ID.DIZ,
  23.      and ZAD.EXE when you distribute the program.
  24.  
  25.  
  26.                             REGISTRATION
  27.  
  28.       You may evaluate Zip A Directory for a period of 30 days.  If you
  29.       continue to use it beyond this period, you must register.
  30.       Registered users will receive instructions that will prevent
  31.       the registration notice from appearing.  Your registration will 
  32.       be valid for all future versions of Zip A Directory.  Since future
  33.       versions may have higher registration fees, it is to your advantage
  34.       to register now rather than later.
  35.  
  36.       The registration fee is $4.  This price is valid until the next
  37.       version is released.  You may send a check (US funds drawn on a U.S.
  38.       bank), money order, or cash to:
  39.  
  40.                          Gregory Sherman
  41.                          4750 Sawtelle Blvd
  42.                          Culver City CA  90230
  43.  
  44.       You can print and fill out the included registration form, 
  45.       ZADREG.FRM.  Otherwise, please include your name (as you
  46.       want it to appear when the program runs) and your address
  47.       with your registration fee.  State that you are registering
  48.       Zip A Directory 1.0 .
  49.  
  50.  
  51.                              INTRODUCTION
  52.  
  53.       Zip A Directory is intended for use on hard disks only.  It zips
  54.       directories and subdirectories into ZIP archives, removing all
  55.       the files and directories.  Zip A Directory calls PKZIP to create
  56.       a new ZIP archive, which will have the same name as the directory.
  57.       The tree structure of the subdirectories is saved in the ZIP.
  58.       For example, the files and subdirectories in \PROGS\RTNS\LIB12 will
  59.       be zipped into an archive called \PROGS\RTNS\LIB12.ZIP .
  60.  
  61.                  
  62.                              INSTRUCTIONS
  63.  
  64.    Place ZAD.EXE and PKZIP.EXE in a directory that is included in the
  65.    PATH statement of your AUTOEXEC.BAT file.
  66.  
  67.    Zip A Directory is run from the DOS command line with this form:
  68.  
  69.              zad [? | [directory-path] [-0 | -x] ]
  70.  
  71.  
  72.     "directory-path" is of the form "\dir1\dir2\dir3\".
  73.      The final "\" is optional.
  74.  
  75.      The optional switch "-0" (zero) will force PKZIP to store files in
  76.      a ZIP without compressing them.
  77.  
  78.      The optional switch "-x" (zero) will force PKZIP to use its maximum
  79.      file compression algorithm.
  80.  
  81.      If neither of the above are used, PKZIP will do a normal compression.
  82.  
  83.    Examples : "zad -x" will create a ZIP containing all files in
  84.                the current directory and all of its subdirectories,
  85.                using PKZIP's maximum compression
  86.  
  87.                "zad \tp\source\bak -0" will create \TP\SOURCE\BAK.ZIP,
  88.                storing files in and beneath this directory without
  89.                compressing them
  90.  
  91.               "zad ?" will print the command-line options on the screen.
  92.  
  93.  
  94.                               DISCLAIMER
  95.  
  96.    Zip A Directory is provided "as is".  Use at your own risk.
  97.    Gregory Sherman disclaims all warranties, including the implied 
  98.    warranties of merchantability and fitness for a particular purpose.
  99.  
  100.  
  101.                             ACKNOWLEDGEMENT
  102.  
  103.              PKZIP is a registered trademark of PKWARE, Inc.
  104.  
  105.  
  106.                            <end of ZAD.DOC>